SixBit API Schema
VideoType Complex Type
Description
The information about a video.
Namespace (none)
Diagram
Path Element Description Element Title Element All VideoType Complex Type
Overview
VideoType
The information about a video.
Used By
Video Element
Source
<xs:complexType name="VideoType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The information about a video.</xs:documentation>
  </xs:annotation>
  <xs:all>
    <xs:element name="Title" type="VideoTitleType" maxOccurs="1" minOccurs="0" />
    <xs:element name="Description" type="VideoDescriptionType" maxOccurs="1" minOccurs="0" />
    <xs:element name="Path" type="PathType" maxOccurs="1" minOccurs="0" />
    <!-- Currently only one video per item is allowed <xs:element name="OrdinalID" type="OrdinalIDType"  maxOccurs="1" minOccurs="0" />-->
  </xs:all>
</xs:complexType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.